home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Comms Spectacular / Terminal 2.2 / Project / Sources / Document.h < prev    next >
Encoding:
Text File  |  1992-01-17  |  280 b   |  13 lines  |  [TEXT/KAHL]

  1. /*
  2.     Terminal 2.2
  3.     "Document.h"
  4. */
  5.  
  6. void ActivateDocument (DocumentPeek, short);
  7. void ClearBuffer (void);
  8. void DrawDocument (DocumentPeek, short);
  9. void MakeMessage (DocumentPeek, Byte *);
  10. void NewCharacters (Byte *, short, Boolean);
  11. void NewKey (Byte);
  12. void RedrawDocument (void);
  13.